home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c-part2 / 12411 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.6 KB

  1. Path: templar.fgi.net!bwendlin
  2. From: bwendlin@I_should_put_my_domain_in_etc_NNTP_INEWS_DOMAIN (Bill Wendling)
  3. Newsgroups: comp.lang.c
  4. Subject: Re: Compiling PGP with TC++ 3.1 for Windows
  5. Date: 31 Mar 1996 08:27:32 GMT
  6. Organization: FGInet, Inc., Springfield, IL
  7. Message-ID: <4jlflk$59u@grail.fgi.net>
  8. References: <4jkqnr$i3h@murphy2.servtech.com>
  9. NNTP-Posting-Host: templar.fgi.net
  10. X-Newsreader: TIN [version 1.2 PL2]
  11.  
  12. Preston D. L. Wilson inexplicably wrote:
  13. } -----BEGIN PGP SIGNED MESSAGE-----
  14.  
  15. } Circumstances:  Trying to compile PGP 2.6.3a under Turbo C++ v.3.1 
  16. } for Windows.
  17.  
  18. } Problem:  The compiler trucks through the whole thing (there's a .PRJ 
  19. } file included, so it compiles "out-of-the-box" under my Turbo C++ 3.0 
  20. } for DOS).  It compiles all the .C files and, during linking, gives an 
  21. } error when it tries to link CWL.OBJ.  The error reads: "Linker Error: 
  22. } Group DGROUP exceeds 64K".  There are no references to DGROUP in any 
  23. } of the PGP source files.  
  24.  
  25. } If anyone can help, please try to email me (as, due to the 
  26. } extraordinary number of posts to this group, I find it difficult to 
  27. } find any posted replies) as well as post.
  28.  
  29. } Thanks!
  30. } Preston Wilson
  31.  
  32. DGROUP is just what it is naming the Data group for the Assembly 
  33. listing.  The DOS part of it hates the fact that you are trying to
  34. make it greater than 64K (imagine that ;).  Anyway, can you compile 
  35. it with another compiler?
  36.  
  37. --
  38. Bill Wendling            bwendlin@fgi.net 
  39. GCS/M/S d s-:+ a? C++++$ UL++>++++ P+++>+++++ L+++>+++++ E--- W-- N++ !o
  40. !K w--- O M-- !V PS+++@ PE- Y !PGP t+++(*) 5-- X- R++ tv--- b+++ DI++++
  41. !D G+ e++>+++++ h(++) !r !y+
  42.